home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist register.key goto rk
- cls
- echo.
- echo.
- echo If you registered FWKCS(TM) Version 1.19 or later, or if
- echo you registered FWKLU(TM) Version 1.22 or later, please copy
- echo your registration keyfile into this directory, and name the
- echo keyfile REGISTER.KEY. Then restart this GETLOOK program.
- echo.
- echo If you do not have an FWKCS registration key, please make sure
- echo that your computer system's date is set to today's date.
- echo.
- echo.
- echo To stop this program, press Ctrl+C, then y
- echo.
- pause
- :rk
- cls
- echo.
- echo Your use of this software is at solely your own risk.
- echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- echo.
- echo This software is intended for use under DOS 3.30 or later, or in a suitable
- echo DOS session under a multitasking system (including IBM OS/2 2.0 or later).
- echo.
- echo If you encounter any system conflicts when using this software,
- echo please check your system configuration (and DOS session settings).
- echo.
- echo If the problem remains, please advise the author at
- echo.
- echo Internet email address if no reply, write to Fred Kantor
- echo fred.kantor@factory.com 523 West 112 Street
- echo New York, NY 10025
- echo.
- if exist register.key goto rk1
- echo Note: GETLOOK lets you run an unregistered copy of FWKCS, with a copy of
- echo REGISTER.FRM in the same directory with FWKCS.EXE. You can put the
- echo directory on your PATH, so that LOOKUP and RCROSREF can call FWKCS
- echo from anywhere on your system.
- echo.
- echo The suggested test time is up to 30 days. To register, see REGISTER.FRM.
- echo ~~~~~~~~~~~~~
- :rk1
- pause
- cls
- echo Part of FWKCS(TM) Contents_Signature System, Version 2.05.
- echo (C)Copyright Frederick W. Kantor 1989, 1996. All rights reserved.
- echo.
- echo Your use of the FWKCS(TM) Contents_Signature System is at solely your own
- echo risk. For safety, please have proper backups of your files.
- echo.
- echo GETLOOK.BAT to access the remote lookup functions in the FWKLU205.ZIP kit;
- echo for use in the same directory with FWKLU.205 and FWKLU_TM.205.
- echo.
- echo.
- echo Usage: GETLOOK "<enter>"
- echo.
- if "%1" == "/*" goto end0
- echo.
- echo.
- echo To quit, press Ctrl+C, then y
- echo.
- pause
- if not exist fwklu.205 goto nd
- if not exist fwklu_tm.205 goto cm
- ren fwklu_tm.205 fwklu_tm.com > nul
- fwklu_tm < fwklu.205 > fwklu205.exe
- if errorlevel 1 goto fbad
- ren fwklu_tm.com fwklu_tm.205 > nul
- fwklu205 -o fwkcs.exe fwkcs205.h00 lookup.bat lookupz.bat rcrosref.bat lookup.doc register.doc register.frm > nul
- if errorlevel 51 goto fz
- if errorlevel 50 goto ns
- if errorlevel 1 goto fz
- if not exist register.key goto nk
- fwkcs /register[+register.key]
- fwkcs /register > nul
- if errorlevel 98 goto dk
- goto end
- :dk
- echo.
- echo Your REGISTER.KEY file was apparently defective.
- echo.
- echo Continuing in unregistered mode...
- echo.
- :nk
- fwkcs
- if errorlevel 99 goto end
- echo.
- echo Bad system date!
- echo.
- echo Execution aborted!
- echo.
- echo After you have set your computer system's date to today's date,
- goto delbad
- :ns
- echo.
- echo Not enough space to work in. After you provide more space...
- goto delbad
- :fz
- echo.
- echo Error getting files.
- :delbad
- if exist fwkcs.exe del fwkcs.exe > nul
- if exist fwkcs205.h0? del fwkcs205.h0? > nul
- if exist fwklu205.exe del fwklu205.exe > nul
- if exist lookup.bat del lookup.bat > nul
- if exist lookupz.bat del lookupz.bat > nul
- if exist rcrosref.bat del rcrosref.bat > nul
- if exist lookup.doc del lookup.doc > nul
- if exist register.doc del register.doc > nul
- if exist register.frm del register.frm > nul
- goto try
- :fbad
- ren fwklu_tm.com fwklu_tm.205 > nul
- if exist fwklu205.exe del fwklu205.exe > nul
- echo.
- echo FWKLU.205 appears defective or incompatible. Execution aborted.
- :try
- echo.
- echo Please clean up, and try again. See README.TXT.
- goto end0
- :cm
- echo.
- echo I need FWKLU_TM.205.
- echo.
- echo I quit!
- goto end0
- :nd
- echo.
- echo Nothing to do!
- :end0
- echo.
- :end
- if exist fwklu205.exe del fwklu205.exe > nul
-